home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dino Crisis Digital Press Kit
/
Dino Crisis Digital Press Kit.iso
/
mac
/
f
/
00069_Script_69
< prev
next >
Wrap
Text File
|
1999-09-02
|
463b
|
18 lines
on mousedown
global gSoundLevel
set the soundlevel to gSoundLevel
set the movierate of sprite 10 to 0
set the visible of sprite 19 to false
set the visible of sprite 20 to true
set the visible of sprite 21 to false
set the visible of sprite 22 to false
set the visible of sprite 23 to false
repeat with n = 60 to 74
puppetsprite n, false
set the visible of sprite n + 20 to false
end repeat
go to "norm"
end